DWA license token no released using OSLC

Hi everybody,

We are using OSLC to exchange information with DOORS and we have a problem about the license token. 

When we execute an OSLC query, it takes a token and it is not released. I add the festival property to reduce the OAuth timeout (e.g. OauthAccessTokenTimeout = 2 min), but it does not work.

We are using DOORS 9.6 with DWA 9.6.1.4.

 

Thanks for your help.

 

Carlos


carloseg - Tue Sep 13 09:59:21 EDT 2016

Re: DWA license token no released using OSLC
AndrzejKwecka - Thu Sep 15 10:02:26 EDT 2016

Hi Carlos,

It's not OSLC query which takes a license but your Tomcat session. The license token should be released once the session will end. This can be done by logging out from DWA or if the session will timeout see web.xml for default timeout value.

Re: DWA license token no released using OSLC
carloseg - Fri Sep 16 04:17:19 EDT 2016

AndrzejKwecka - Thu Sep 15 10:02:26 EDT 2016

Hi Carlos,

It's not OSLC query which takes a license but your Tomcat session. The license token should be released once the session will end. This can be done by logging out from DWA or if the session will timeout see web.xml for default timeout value.

Thanks Andrzej for your answer.


So, if my web.xml is configured with a timeout=30 min, the license token is released after expiring this time, is it right?. If I'm OK, I have a problem, because it's my configuration and 2 days ago the license token is not released Frown 

Re: DWA license token no released using OSLC
carloseg - Wed Nov 30 04:15:35 EST 2016

Hi,

I found the problem. It was an issue during the OAuth dance proposed in the Lyo example. You can fine more information in Bug 508182.

I hope this helps to other people.

BR,

Carlos